GetNavigationHistoryResponse

data class GetNavigationHistoryResponse(currentIndex: Int, entries: List<NavigationEntry>)

Represents response frame that is returned from Page#getNavigationHistory operation call. Returns navigation history for the current page.

See also

Constructors

GetNavigationHistoryResponse
Link copied to clipboard
fun GetNavigationHistoryResponse(currentIndex: Int, entries: List<NavigationEntry>)

Properties

currentIndex
Link copied to clipboard
val currentIndex: Int
Index of the current navigation history entry.
entries
Link copied to clipboard
val entries: List<NavigationEntry>
Array of navigation history entries.

Sources

jvm source
Link copied to clipboard